[INFO] cloning repository https://github.com/Rayane-Aboud/distributed-nodes
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Rayane-Aboud/distributed-nodes" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRayane-Aboud%2Fdistributed-nodes", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRayane-Aboud%2Fdistributed-nodes'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7243a7b3c634a4c42f373a054030e4b54bb0d405
[INFO] fixing Rayane-Aboud/distributed-nodes against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRayane-Aboud%2Fdistributed-nodes" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Rayane-Aboud/distributed-nodes
[INFO] finished tweaking git repo https://github.com/Rayane-Aboud/distributed-nodes
[INFO] tweaked toml for git repo https://github.com/Rayane-Aboud/distributed-nodes written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Rayane-Aboud/distributed-nodes on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Rayane-Aboud/distributed-nodes already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded zmij v1.0.4
[INFO] [stderr]   Downloaded base64ct v1.8.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5b4e9871f66b6cca6cc86a0005c517ef0a489c72eddee55aede7901adb8787b5
[INFO] running `Command { std: "docker" "start" "5b4e9871f66b6cca6cc86a0005c517ef0a489c72eddee55aede7901adb8787b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5b4e9871f66b6cca6cc86a0005c517ef0a489c72eddee55aede7901adb8787b5" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5b4e9871f66b6cca6cc86a0005c517ef0a489c72eddee55aede7901adb8787b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5b4e9871f66b6cca6cc86a0005c517ef0a489c72eddee55aede7901adb8787b5" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.104
[INFO] [stderr]    Compiling zmij v1.0.4
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling serde_json v1.0.148
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking iana-time-zone v0.1.64
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking common v0.1.0 (/opt/rustwide/workdir/common)
[INFO] [stderr]     Checking supervisor v0.1.0 (/opt/rustwide/workdir/supervisor)
[INFO] [stderr]     Checking worker v0.1.0 (/opt/rustwide/workdir/worker)
[INFO] [stdout] error[E0599]: no variant named `InboundPeerHello` found for enum `WorkerEvent`
[INFO] [stdout]   --> worker/src/worker_session/mod.rs:60:40
[INFO] [stdout]    |
[INFO] [stdout] 60 |                     .send(WorkerEvent::InboundPeerHello {
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^ variant not found in `WorkerEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tx`
[INFO] [stdout]    --> worker/src/supervisor_session/mod.rs:113:9
[INFO] [stdout]     |
[INFO] [stdout] 113 |         tx: &mpsc::Sender<WireMessage>,
[INFO] [stdout]     |         ^^ help: if this is intentional, prefix it with an underscore: `_tx`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant named `InboundPeerHello` found for enum `WorkerEvent`
[INFO] [stdout]   --> worker/src/worker_session/mod.rs:60:40
[INFO] [stdout]    |
[INFO] [stdout] 60 |                     .send(WorkerEvent::InboundPeerHello {
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^ variant not found in `WorkerEvent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `worker` (bin "worker" test) due to 1 previous error; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: field `connected_at` is never read
[INFO] [stdout]   --> supervisor/src/worker_node_info.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct WorkerInfo {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 12 |     pub addr: SocketAddr,
[INFO] [stdout] 13 |     pub connected_at: Instant,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `WorkerInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `worker_pub_key` is never read
[INFO] [stdout]  --> supervisor/src/session/lifecycle.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct WorkerSession{
[INFO] [stdout]   |            ------------- field in this struct
[INFO] [stdout] 7 |     tasks: HashMap<String, tokio::task::JoinHandle<()>>,
[INFO] [stdout] 8 |     pub worker_pub_key: Vec<u8>,
[INFO] [stdout]   |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tx`
[INFO] [stdout]    --> worker/src/supervisor_session/mod.rs:113:9
[INFO] [stdout]     |
[INFO] [stdout] 113 |         tx: &mpsc::Sender<WireMessage>,
[INFO] [stdout]     |         ^^ help: if this is intentional, prefix it with an underscore: `_tx`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `worker` (bin "worker") due to 1 previous error; 1 warning emitted
[INFO] [stdout] warning: field `connected_at` is never read
[INFO] [stdout]   --> supervisor/src/worker_node_info.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct WorkerInfo {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 12 |     pub addr: SocketAddr,
[INFO] [stdout] 13 |     pub connected_at: Instant,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `WorkerInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `worker_pub_key` is never read
[INFO] [stdout]  --> supervisor/src/session/lifecycle.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct WorkerSession{
[INFO] [stdout]   |            ------------- field in this struct
[INFO] [stdout] 7 |     tasks: HashMap<String, tokio::task::JoinHandle<()>>,
[INFO] [stdout] 8 |     pub worker_pub_key: Vec<u8>,
[INFO] [stdout]   |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "5b4e9871f66b6cca6cc86a0005c517ef0a489c72eddee55aede7901adb8787b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5b4e9871f66b6cca6cc86a0005c517ef0a489c72eddee55aede7901adb8787b5", kill_on_drop: false }`
[INFO] [stdout] 5b4e9871f66b6cca6cc86a0005c517ef0a489c72eddee55aede7901adb8787b5
